github.com/andybalholm/brotli/matchfinder.matchEmitter.NextEmit (field)
24 uses
github.com/andybalholm/brotli/matchfinder (current package)
emitter.go#L24: NextEmit int
emitter.go#L29: Unmatched: m.Start - e.NextEmit,
emitter.go#L33: e.NextEmit = m.End
m4.go#L102: e.NextEmit = len(q.history)
m4.go#L112: for i := e.NextEmit; i < len(src)-7; i++ {
m4.go#L133: m := extendMatch2(src, i+1, i+1-prevDistance, e.NextEmit+1)
m4.go#L160: m := extendMatch2(src, i, candidate, e.NextEmit)
m4.go#L176: m := extendMatch2(src, i, candidate, e.NextEmit)
m4.go#L276: if e.NextEmit < len(src) {
m4.go#L278: Unmatched: len(src) - e.NextEmit,
trio.go#L69: NextEmit: len(z.history),
trio.go#L83: s := int32(e.NextEmit)
trio.go#L142: s += 1 + ((s - int32(e.NextEmit)) >> 7)
trio.go#L174: currentMatch := extendMatch2(src, int(s), int(t), e.NextEmit)
trio.go#L231: newMatch := extendMatch2(src, int(s), int(t), e.NextEmit)
trio.go#L307: if e.NextEmit < len(src) {
trio.go#L309: Unmatched: len(src) - e.NextEmit,
zm.go#L65: NextEmit: len(z.history),
zm.go#L79: s := int32(e.NextEmit)
zm.go#L141: s += 1 + ((s - int32(e.NextEmit)) >> 7)
zm.go#L148: currentMatch := extendMatch2(src, int(s), int(t), e.NextEmit)
zm.go#L209: newMatch := extendMatch2(src, int(s), int(t), e.NextEmit)
zm.go#L286: if e.NextEmit < len(src) {
zm.go#L288: Unmatched: len(src) - e.NextEmit,
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |